home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 October / Pcwk1097.iso / REKLAMY / ATA-INT / 3220 / 3220.EXE / 3220.DXR / 00077_Anim set up 12.05.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  1.9 KB  |  18 lines

  1. global gDCAnimObj, gSweepHiliteTrigger
  2.  
  3. on exitFrame
  4.   set checkBoxSprs to [34, 35, 36, 37, 38, 39, 40, 41, 43, 44]
  5.   set checkBoxNames to ["12.05.05a", "12.05.06a", "12.05.07a", "12.05.08a", "12.05.09a", "12.05.10a", "12.05.11a", "12.05.12a", "12.05.14a", "12.05.15a"]
  6.   set graphicCastNames to ["12.05.05c", "12.05.06c", "12.05.07c", "12.05.08c", "12.05.09c", "12.05.10c", "12.05.11c", "12.05.12c", "12.05.14c", "12.05.15c"]
  7.   set textCastNames to [EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, "12.05.14b", "12.05.14b"]
  8.   set graphicAnims to [[6, point(320, 56), point(320, 240), 1, [8], 0, [], EMPTY], [6, point(320, 56), point(320, 240), 1, [8], 0, [], EMPTY], [6, point(320, 56), point(320, 240), 1, [8], 0, [], EMPTY], [7, point(320, 570), point(320, 240), 1, [8], 1, "12.05.08c_", ["the locV of sprite", "< 290"]], [4, point(320, 570), point(320, 240), 1, [8], 0, [], EMPTY], [4, point(320, 570), point(320, 240), 1, [8], 0, [], EMPTY], [8, point(320, 570), point(320, 240), 1, [8], 1, "12.05.11c_", ["the locV of sprite", "< 290"]], [9, point(88, 240), point(320, 240), 1, [8], 0, [], EMPTY], [10, point(197, 240), point(320, 240), 1, [8], 0, [], EMPTY], [10, point(197, 240), point(320, 240), 1, [8], 0, [], EMPTY]]
  9.   set txtAnims to [[], [], [], [], [], [], [], [], [31, point(9, 146), point(9, 146), 0, [], 0, [], EMPTY], [31, point(9, 146), point(9, 146), 0, [], 0, [], EMPTY]]
  10.   set sharedSprs to [[1, 2, 3], [5, 6], [9, 10]]
  11.   set frameOnlySprs to [10, 31]
  12.   set masterCheck to 0
  13.   set checkBoxNums to [1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1448, 1450]
  14.   set graphicNums to [405, 406, 407, 409, 411, 412, 414, 416, 418, 419]
  15.   set textNums to [0, 0, 0, 0, 0, 0, 0, 0, 1449, 1449]
  16.   set gDCAnimObj to birth(script "DCAnimation", checkBoxSprs, checkBoxNames, graphicCastNames, textCastNames, graphicAnims, txtAnims, sharedSprs, frameOnlySprs, masterCheck, checkBoxNums, graphicNums, textNums)
  17. end
  18.